custom_min_select {
	width: 50%;
}
.input{
font-family:'Lucida Casual', 'Comic Sans MS';    
}
span.pfeil_rechts:before {
   content:url(../img/arrow_right.png);
}
span.pfeil_links:before {
   content:url(../img/arrow_left.png);
}
.ui-autocomplete { height: 200px; overflow-y: scroll; overflow-x: hidden; z-index: 4096;}

input[type=checkbox] {

 -ms-transform: scale(1.3); /* IE */
 -moz-transform: scale(1.3); /* FF */
 -webkit-transform: scale(1.3); /* Safari and Chrome */
 -o-transform: scale(1.3); /* Opera */
  padding: 10px;
}